API Reference > OdGe Classes > OdGeExtents3d Class > OdGeExtents3d Operators > [] Operator > OdGeExtents3d::[] Operator (int)
OdGeExtents3d::[] Operator (int)
Syntax
C++
OdGePoint3d& operator [](int iIndex);
Parameters 
Description 
int iIndex 
[in] Index of the vertex to return. 

Reference to the minimum vertex when iIndex = 0, reference to the maximum vertex otherwise.

Returns the reference to the vertex of the box depending on index. 

 

Copyright © 2002–2022. Open Design Alliance. All rights reserved.